ArcGIS Runtime SDK for WPF - Library Reference
LengthsTaskAsync(IList<Graphic>,Nullable<LinearUnit>,CalculationType,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > LengthsTaskAsync Method : LengthsTaskAsync(IList<Graphic>,Nullable<LinearUnit>,CalculationType,CancellationToken) Method

graphics
The graphics used to calculate lengths.
lengthUnit
The length unit in which perimeters of polygons will be calculated. If unit is not specified, the units are derived from the Spatial Reference of the geometry.
calculationType
The type of calculation to perform. e.g.(Planar,Geodesic,PreserveShape).
cancellationToken
The cancellation token.
Calculates the lengths of each specified polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Function LengthsTaskAsync( _
   ByVal graphics As IList(Of Graphic), _
   ByVal lengthUnit As Nullable(Of LinearUnit), _
   ByVal calculationType As CalculationType, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of LengthsResult)

Remarks

CalculationType.Planar is supported in ArcGIS Server v9.x+ services. CalculationType.Geodesic is supported in ArcGIS Server v10.0+ services. CalculationType.PreseverShape is supported in ArcGIS Server v10.1+ services.

Parameters

graphics
The graphics used to calculate lengths.
lengthUnit
The length unit in which perimeters of polygons will be calculated. If unit is not specified, the units are derived from the Spatial Reference of the geometry.
calculationType
The type of calculation to perform. e.g.(Planar,Geodesic,PreserveShape).
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.